home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / chibacity / gbbdisk.arj / DESTRUCT / BOMBTEST.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1994-08-18  |  115 b   |  7 lines

  1. program bomb_test;              {Tests the BOMB.TPU unit}
  2.  
  3. uses bomb;
  4.  
  5. begin
  6.   writeln('Hello, world.');
  7. end.